67 research outputs found

    The Role of Timing in the Business Model Evolution of Spinoffs

    Get PDF
    This is an Open Access article distributed under the terms of the Creative Commons Attribution-NonCommercial-NoDerivatives license (http://creativecommons.org/licenses/by-nc-nd/4.0/), which permits noncommercialre-use, distribution, and reproduction in any medium, provided the original work is properly cited, and is not altered, transformed, or built upon in any way.The view of time that dominates conventional management thinking, including the Lean Startup movement’s “fail fast and pivot” approach, often leads to failure in the business model evolution of new ventures spinning off from established firms. Timing is critical for spinoffs because it is a key element of the balance between minimizing risk and maximizing opportunity. In the literature on business model evolution and lean startups, however, the issue of timing is given limited consideration. To address this issue, we present and analyze the role of timing in the business model evolution of C3 Technologies, a spinoff from Saab. The results offer insight regarding the use of managed timing to allow evolutionary processes to let the right moment present itself—and enable the organization to move quickly to seize the moment. This approach allows managers to control the evolutionary process despite the high uncertainty associated with exploring new business models.publishedVersio

    HFST Training Environment and Recent Additions

    Get PDF
    HFST - the Helsinki Finite-State Technology toolkit was launched in 2009 (Lindén & al, 2009) and has since been used for developing a number of rule-based morphologies for processing natural language. To promote the uptake of the toolkit a training environment for linguists to learn how to use HFST has been designed in Jupyter. This paper presents an overview of the training environment and some of the recent features that have been added to HFST to keep the run-time size of the transducer reasonably small despite exceptions and negative constraints that need to be added during practical FST development.Peer reviewe

    Analysing the Efficiency of Algorithms for Compiling Finite-State Morphologies

    Get PDF
    Äärellistilaiset morfologiat ovat tietokoneohjelmia, jotka mallintavat kielen sanojen rakennetta (morfologiaa) merkkijonopareja sisältävillä tietorakenteilla (äärellistilaisilla transduktoreilla). Äärellistilaisia morfologioita voidaan käyttää esimerkiksi hakuohjelmissa, jotka löytävät tekstistä kaikki annetun perusmuotoisen sanan esiintymät eri taivutusmuodoissaan. Äärellistilaiset morfologiat ovat myös hyödyllisiä, kun tekstistä tehdään tilastoja siitä kuinka usein kukin sana esiintyy ja missä taivutusmuodoissa. Äärellistilaisten morfologioiden rakentaminen on monimutkainen prosessi, johon kuuluu useita tehtäviä, joista yksi on transduktorin minimointi. Yleisiä minimointialgoritmeja ovat Brzozowskin (BRZ) ja Hopcroftin algoritmit (HOP). Kirjallisuudessa esiintyy väitteitä, joiden mukaan BRZ:n ja HOP:n välinen ero on merkityksettömän pieni morfologioita käännettäessä. Kuitenkaan BRZ:n suorituskykyä ei ole järjestelmällisesti testattu tai verrattu HOP:iin missään tutkimuksessa. Tässä diplomityössä käännettiin HFST-ohjelmistolla kaksi avoimen lähdekoodin morfologiaa, suomelle kirjoitettu OMorFi ja saksalle kirjoitettu Morphisto. HFST perustuu kahteen avoimen lähdekoodin transduktoriohjelmistopakettiin, SFST:hen ja OpenFst:hen, joista edellinen käyttää BRZ:ia ja jälkimmäinen HOP:ia minimointialgoritmina. BRZ osoittautui paljon hitaammaksi kuin HOP sekä suomen että saksan morfologioilla. BRZ:n hitaus oli ilmeistä transduktoreissa, jotka sisälsivät suuren mittakaavan syklisyyttä eli niissä oli siirtymiä, jotka johtivat lopputilojen läheisyydestä alkutilan läheisyyteen. Tällaisia transduktoreita esiintyy usein morfologioissa, joissa on yhdyssanamekanismi. Jos HOP:n ja BRZ:n välillä on valittava, edellinen on parempi vaihtoehto minimointi-algoritmiksi. BRZ on joskus nopeampi kuin HOP, mutta siinä tapauksessa algoritmien ero on melko pieni. Niissä tapauksissa joissa BRZ on hitaampi kuin HOP, ero on huomattavasti suurempi: BRZ on joskus jopa 50 kertaa hitaampi kuin HOP. BRZ on kuitenkin paljon helpompi toteuttaa, koska se perustuu kahteen perusoperaatioon, determinisointiin ja reversioon. Jos HOP:n toteuttaminen on liian vaativa tehtävä, avoimen lähdekoodin transduktorikirjaston kehittäjät voivat käyttää OpenFst:n minimointialgoritmia. Transduktorit voidaan muuntaa OpenFst:n muotoon, minimoida OpenFst:llä ja muuntaa takaisin alkuperäiseen muotoon. Tätä ratkaisua on tarkoitus käyttää myös HFST:n tulevissa versioissa.Finite-state morphologies (FSMs) are computer programs that model the structure of words in a language (morphology) with networks containing a number of string pairs (finite-state transducers). FSMs can be used e.g. to implement search programs that can find all forms of a word in a document if they are given only the base form. FSMs are also useful in compiling statistics on a text, i.e. finding out how often a word occurs and in which forms. Constructing FSMs is a complex process involving many tasks, one of which is transducer minimisation. Common minimisation algorithms include Brzozowski's (BRZ) and Hopcroft's algorithm (HOP). There have been claims in the literature that often the difference between BRZ and HOP is insignificant when compiling FSMs. However, no studies have been carried out where the performance of BRZ would have been systematically tested or compared with HOP. In this thesis, we compiled two open-source morphologies, OMorFi for Finnish and Morphisto for German, with the HFST software. HFST is based on two open-source transducer software packages, SFST and OpenFst, the former using BRZ and the latter HOP as a minimisation algorithm. BRZ turned out to be much slower than HOP both on Finnish and German morphologies. The slowness of BRZ was evident in transducers that contained large-scale cyclicity, i.e. had transitions leading from the nearness of the final states to the nearness of initial states. These kinds of transducers often occur in morphologies that have a compounding mechanism. If a choice must be made between HOP and BRZ, the previous is a better choice for a minimisation algorithm. BRZ is sometimes faster than HOP, but in that case their difference is quite small. In the cases where BRZ is slower than HOP, their difference is much bigger, BRZ sometimes being 50 times slower than HOP. Of course, BRZ is much easier to implement since it uses two basic operations, determinisation and reversion. If the implementation of HOP is considered too demanding a task, the developers of free-source transducer libraries can use OpenFst's minimisation algorithm. The transducers can be converted to OpenFst format, minimised with OpenFst and converted back to the original format. This solution will also be used in future versions of HFST

    Language Identification as part of the Text Corpus Creation Pipeline at the Language Bank of Finland

    Get PDF
    The Language Bank of Finland hosts text corpora originating from Finland. Two of the most used ones are the Newspaper and Periodical Corpus of the National Library of Finland and the Suomi24 Corpus. The Language Bank has received considerable additions to both corpora and is currently creating new versions of the corpora. We are debuting language identification as part of the corpus creation pipeline. As a language identifier, we are using our recently published HeLI-OTS software. This paper investigates the results and the quality of language identification. We created a new dataset for evaluating the efficacy of language identification by extracting random samples from both corpora and manually annotating their language. We were especially interested in seeing how the relatively low OCR quality of the oldest part of the KLK-fi collection will affect language identification when using an off-the-shelf program like HeLI-OTS. The oldest part of the KLK-fi collection and many parts of the Suomi24 corpus contain Finnish written dialectally or otherwise differing from the standard written Finnish. HeLI-OTS software includes several separate language models for dialectal Finnish, and in this article, we evaluate their usefulness using the new data set. For both corpora, the overall micro F1 scores increase when using the additional dialectal models. Additionally, we take a detailed look at some language identification errors and discuss possible solutions.Peer reviewe

    A comprehensive survey of integron-associated genes present in metagenomes

    Get PDF
    Background: Integrons are genomic elements that mediate horizontal gene transfer by inserting and removing genetic material using site-specific recombination. Integrons are commonly found in bacterial genomes, where they maintain a large and diverse set of genes that plays an important role in adaptation and evolution. Previous studies have started to characterize the wide range of biological functions present in integrons. However, the efforts have so far mainly been limited to genomes from cultivable bacteria and amplicons generated by PCR, thus targeting only a small part of the total integron diversity. Metagenomic data, generated by direct sequencing of environmental and clinical samples, provides a more holistic and unbiased analysis of integron-associated genes. However, the fragmented nature of metagenomic data has previously made such analysis highly challenging. Results: Here, we present a systematic survey of integron-associated genes in metagenomic data. The analysis was based on a newly developed computational method where integron-associated genes were identified by detecting their associated recombination sites. By processing contiguous sequences assembled from more than 10 terabases of metagenomic data, we were able to identify 13,397 unique integron-associated genes. Metagenomes from marine microbial communities had the highest occurrence of integron-associated genes with levels more than 100-fold higher than in the human microbiome. The identified genes had a large functional diversity spanning over several functional classes. Genes associated with defense mechanisms and mobility facilitators were most overrepresented and more than five times as common in integrons compared to other bacterial genes. As many as two thirds of the genes were found to encode proteins of unknown function. Less than 1% of the genes were associated with antibiotic resistance, of which several were novel, previously undescribed, resistance gene variants. Conclusions: Our results highlight the large functional diversity maintained by integrons present in unculturable bacteria and significantly expands the number of described integron-associated genes

    The Resource Publishing Pipeline of the Language Bank of Finland

    Get PDF
    We present the process of publishing resources in Kielipankki, the Language Bank of Finland. Our pipeline includes all the steps that are needed to publish a resource: from finding and receiving the original data until making the data available via different platforms, e.g., the Korp concordance tool or the download service. Our goal is to standardize the publishing process by creating an ordered check list of tasks with the corresponding documentation and by developing conversion scripts and processing tools that can be shared and applied on different resources.Peer reviewe

    Using HFST—Helsinki Finite-State Technology for Recognizing Semantic Frames

    Get PDF
    To recognize semantic frames in languages with a rich morphology, we need computational morphology. In this paper, we look at one particular framework, HFST–Helsinki Finite-State Technology, and how to use it for recognizing semantic frames in context. HFST enables tokenization, morphological analysis, tagging, and frame annotation in one single framework.Peer reviewe

    The Notch and TGF-β Signaling Pathways Contribute to the Aggressiveness of Clear Cell Renal Cell Carcinoma

    Get PDF
    Despite recent progress, therapy for metastatic clear cell renal cell carcinoma (CCRCC) is still inadequate. Dysregulated Notch signaling in CCRCC contributes to tumor growth, but the full spectrum of downstream processes regulated by Notch in this tumor form is unknown

    Klimatmärkt livsmedelsbutik

    Get PDF
    Klimathotet påkallar stora förändringar i konsumtionsmönster och kostvanor. Projektet Klimatmärkt livsmedelsbutik har haft som syfte att utreda hur handeln kan bidra till minskad klimatpåverkan genom att underlätta konsumentens val. Förutom klimatpåverkan orsakar livsmedelsproduktionen också annan miljöpåverkan, såsom övergödning, spridning av bekämpningsmedel och förlust av biologisk mångfald. Att bara fokusera på klimatet riskerar förbättring på ett ställe och försämring på ett annat. Därför beslutades tidigt att projektet även måste belysa dessa potentiella målkonflikter. Två delområden har ingått; miljökonsekvensanalyser samt konsumentbeteende och marknadskommunikation, vilket har krävt en tvärvetenskaplig ansats och olika forskningsmetoder. Projektet tog sin början i miljökonsekvensanalyser av olika livsmedels miljöpåverkan med hjälp av livscykelanalys, vars resultat sedan utgjorde informationsunderlag, bl.a en Köttguide, för kommunikationen till konsument. Inom konsumentbeteende och marknadskommunikation har såväl kvalitativ som kvantitativ metod använts. För att få en bild över vad som kommuniceras i butik genomfördes intervjuer med butiksansvariga och en observationsstudie i 30 större europeiska butiker. Enkätundersökningar gjordes med 184 resp. 470 konsumenter. Köttguiden testades i fokusgruppintervjuer. Kvantitativa studier gjordes med 222 slumpvis utvalda personer för att utreda hur intentionen att ändra sin köttkonsumtion kan förutsägas och med drygt 600 konsumenter i ett butiksexperiment för att studera effekten av naturljud på konsumenters betalningsvilja för klimatvänliga respektive ekologiska grönsaker. Resultat från konsumentstudierna visade på viss förvirring kring märkning och på behovet av ett enklare signalsystem. De vanligaste svaren kring vilka klimatåtgärder som är viktigast var att köpa närproducerad mat, köpa frukt och grönt efter säsong och undvika att slänga mat, medan den viktiga frågan om köttet hamnade längre ner på listan. Livscykelanalyser, kompletterade med litteraturstudier, visar att säsongsmässig konsumtion av grönsaker visserligen kan minska utsläppen, men att den minskningen är liten i förhållande till den av minskad köttkonsumtionen. Den viktigaste åtgärden för att reducera matens klimatpåverkan är att minska konsumtionen av animaliska produkter och helst ersätta dessa med vegetabiliska alternativ. Butiksobservationerna och intervjuer med butiksansvariga visade att det i stort sett saknades vägledning i butikerna. Studierna underströk behovet av Köttguiden, en vägledning som rangordnar olika proteinkällor (även vegetabiliska) i förhållande till klimat, biologisk mångfald, kemiska bekämpningsmedel samt djurskydd och bete, med hjälp av ett tydligt signalsystem (trafikljus). Matinköp och val av livsmedel styrs i stor utsträckning av preferenser och vanor, som kan vara svåra att förändra. För att övertyga konsumenter om att förändra sitt beteende måste man kommunicera budskap som bidrar till ökad motivation till förändring.. Med hjälp av Protection Motivation- teorin undersöktes vilka faktorer som förutsäger individers avsikter att ändra sitt beteende, efter att de blivit fakta kring klimathotet och matens klimatpåverkan har presenterats för dem. Studien visade att budskap i syfte att uppmuntra en mindre klimatbelastande livsmedelskonsumtion, måste vara sådana att konsumenterna känner att en sådan förändring är möjlig och att den får effekt. Resultaten tyder också på att människor bryr sig mer om klimatförändringarnas risker för andra - för personer i andra länder eller för djurlivet – än för dem själva eller deras närstående. En slutsats blir då att altruistiska snarare än egoistiska argument bör lyftas fram i marknadsföringen. I ett butiksexperiment användes skyltning och naturljud – fågelsång-, för att testa om detta gav en koppling till naturen och därmed ökade viljan att köpa produkter, i detta fall morötter, märkta ”klimatvänliga”. Fågelsången hade ingen inverkan på konsumenternas koppling till naturen. Men bland de konsumenter som uttryckte en hög samhörighet med naturen, fanns det en högre betalningsvilja för klimatmärkta produkter än för produkter utan märkning, jämfört med de konsumenter som uttryckte en låg samhörighet med naturen. När konsumenterna, i ett butiksexperiment med mjölk, erbjöds information om en varas lägre klimatpåverkan på ett enkelt sätt precis vid köptillfället ökade försäljningen av den varan, men samtidigt minskade försäljningen av andra miljömärkta varor. Klimatbudskapen är komplicerade och konsumenten har oklara uppfattningar om hur maten påverkar klimatet. Budskapen och valen i butik måste vara enkla: Att fokusera på det som konsumenten tror sig klara av och som de tror kan få effekt, är viktigt. Köttguiden har rönt stor uppmärksamhet och testats med positivt resultat som ett hjälpmedel för klimatsmarta matval. Rekommendationerna till handeln kan sammanfattas: Gör det enkelt att välja och laga vegetariskt, använd Köttguiden bland personalen, se över köttsortimentet, öka försäljningen av baljväxter, rotfrukter, frukt och grönsaker och använd ekologiskt, säsong och hälsa som indirekta klimatbudskap

    HFST—a System for Creating NLP Tools

    Get PDF
    The paper presents and evaluates various NLP tools that have been created using the open source library HFST--Helsinki Finite-State Technology and outlines the minimal extensions that this has required to a pure finite-state system. In particular, the paper describes an implementation and application of p-match presented by Karttunen at SFCM 2011.Peer reviewe
    • …
    corecore